Revision: package-framework--devo--1.0--patch-4
Archive: lord@emf.net--2003
Creator: Tom Lord <lord@emf.net>
Date: Sun Jan 26 14:22:47 PST 2003
Standard-date: 2003-01-26 22:22:47 GMT
Summary: use `rm' properly in Makefiles
Keywords: 
New-files: {arch}/package-framework/package-framework--devo/package-framework--devo--1.0/lord@emf.net--2003/patch-log/patch-4
Modified-files: =THANKS ChangeLog.d/ChangeLog
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
  build-tools/Makefiles/config-info.mk
  build-tools/Makefiles/install-includes.mk
  build-tools/Makefiles/install-library-objects.mk
  build-tools/Makefiles/install-library.mk
  build-tools/Makefiles/install-programs.mk
  build-tools/Makefiles/install-scm-cgi-scripts.mk
  build-tools/Makefiles/install-scm-scripts.mk
  build-tools/Makefiles/install-scm-subdirs.mk
  build-tools/Makefiles/install-scm.mk
  build-tools/Makefiles/install-shell-cgi-scripts.mk
  build-tools/Makefiles/install-shell-scripts.mk
  build-tools/Makefiles/install-shell-subcommands.mk
  build-tools/Makefiles/library-html.mk
  build-tools/Makefiles/library-objects.mk
  build-tools/Makefiles/library-pdml.mk
  build-tools/Makefiles/library-ps.mk
  build-tools/Makefiles/library-texi.mk
  build-tools/Makefiles/library.mk
  build-tools/Makefiles/pdml-index.mk
  build-tools/Makefiles/programs.mk
  build-tools/Makefiles/rules.mk
  build-tools/Makefiles/scm-library.mk
  build-tools/Makefiles/scm-scripts.mk
  build-tools/Makefiles/shell-scripts.mk
  build-tools/Makefiles/shell-subcommands.mk
  build-tools/Makefiles/unexec-programs.mk
  build-tools/Makefiles/unit-tests.mk links/Makefile.in
New-patches: lord@emf.net--2003/package-framework--devo--1.0--patch-4


Don't invoke `rm' for files not known to exist;  don't invoke `rm'
with the `-f' flag; don't ignore the exit status of `rm'.

